Command<'CommandDetails>Record
PackageFCQRS
Represents a command to be processed by an aggregate actor.
<typeparam name="'CommandDetails">The specific type of the command payload.</typeparam>
Fields
| Name | Type | Description |
|---|---|---|
| CommandDetails | CommandDetails | The specific details or payload of the command. |
| CreationDate | CreationDate | The timestamp when the command was created. |
| Id | Id | A unique identifier for the message. |
| Sender | Sender | An optional identifier for the actor that sent the command. |
| CorrelationId | CorrelationId | The correlation ID used to track the command through the system. |
| Metadata | Metadata | Metadata associated with the command. |